convertLongToDate

Converts a Long representing milliseconds since the epoch to a Date object.

Return

The corresponding Date object, or null if the input is null.

Parameters

date

The time in milliseconds to convert.